notebook: Add missing return statement
authorBenjamin Otte <otte@redhat.com>
Sat, 26 Jan 2019 14:07:52 +0000 (15:07 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 15 Apr 2019 12:38:23 +0000 (14:38 +0200)
commitc593f86ac64543cd1428aab421ef1a124d5ac7b4
tree1e6172dbdd759dcd45bdd161eb799ce318a63d0a
parentad3ded7ba0aca2d5fdd549d8366afeed5bcf2b1c
notebook: Add missing return statement

Previously, the code would just fall thrrough and repeat an operation it
had tried before, but that seems quite unnecessary.
gtk/gtknotebook.c